#menuanon
{	
    padding: 0;
    text-align:center;
}

#menuanon td.tabtd
{
   border: thin solid #80CCE6;
   text-align: center;
	background: #008AB8;
   width:8%;
}

#menuanon td.info
{
   text-align: center;
	color:#008AB8;
}

#menuanon a.tab
{	display: block;
	margin: 0px;
	padding: 3px;
	color: #80CCE6;
	text-align: center;
	text-decoration: none;
}

#menuanon a.tab:hover
{	background: #80CCE6;
   color: #005C7A;
}

#menuanon a.AIS
{
    color: #008AB8;
	text-decoration: none;
}

#menuanon a.AIS:hover
{   color: #005C7A;
    font-style:italic;
    font-weight:bold;
}
.contact
{
   text-align:center;
   color:#008AB8;
   font-family: Arial;
   font-size: 10pt;
   font-weight:bold;
}

.accordionContent
{
   color:#005C7A;
   font-family: Arial;
   font-size: 12pt;
	padding: 0;
	margin-top: 0px;
   margin-bottom: 0;
}


#maincontent
{
   color:#005C7A;
   font-family: Arial;
   font-size: 12pt;
	padding: 0;
	margin-top: 0;
   margin-bottom: 0;
   margin-left: 15%;
   margin-right: 15%;
}

.steps
{
   color:#005C7A;
   font-family: Arial;
   font-size: 12pt;
	padding: 0;
	margin-top: 0;
   margin-bottom: 0;
   vertical-align:top;
}

#welcome
{
   color:#005C7A;
   font-family: Arial;
   font-size: 12pt;
	padding: 0;
	margin-top: 0;
   margin-bottom: 0;
   margin-left: 20%;
   margin-right: 20%;
}
#resource
{
	font-style: italic;
   font-size: 9pt;
}


#tablecontent
{
   color:#005C7A;
   font-family: Arial;
   font-size: 12pt;
	padding: 0;
	margin-top: 0;
   margin-bottom: 0;
   margin-left: 5%;
   margin-right: 5%;
}
.maintable
{
   color:#005C7A;
   font-family: Arial;
   font-size: 12pt;
	padding: 0;
	margin: 0;
}
.maintable tr td
{
   color:#005C7A;
   font-family: Arial;
   font-size: 12pt;
	margin: 0;
   text-align:center;
}
#footer
{
   color:#005C7A;
   font-family: Arial;
   font-size: 10pt;
   text-align: center;
}
#header
{
   background-color:#81BEF7;
   font-family: Arial;
   font-size: 14pt;
   text-align: center;
}
a img {
	border: 0;
	color: #80CCE6;
	text-decoration: none
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
   font-family: Arial;
   font-size: 10pt;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 150px;
	border-style: solid;
	border-color: white;
   font-family: Arial;
   font-size: 10pt;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
   border-color: #80CCE6;
	background-color: #008AB8;
	color: #80CCE6;
   font-family: Arial;
   font-size: 10pt;
}
table.sortable td {
	border-width: 1px 1px 0px 1px;
   font-family: Arial;
   font-size: 10pt;
   background-color: white;
   color: #005C7A;
   font-family: Arial;
   font-size: 10pt;
	border-color: #005C7A;
}
table.sortable tr.odd td {
   background-color: white;
   color: #005C7A;
   font-family: Arial;
   font-size: 10pt;
	border-color: #005C7A;
}
table.sortable tr.even td {
   background-color: white;
   color: #005C7A;
   font-family: Arial;
   font-size: 10pt;
	border-color: #005C7A;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #005C7A;
	background-color: #ccc;
	font-weight: bold;
}
#meetingcontent
{
   color:#005C7A;
   font-family: Arial;
   font-size: 12pt;
	padding: 0;
	margin-top: 0;
   margin-bottom: 0;
   margin-left: 15%;
   margin-right: 15%;
   text-align:center;
}
#meetingcontent3
{
   color:#005C7A;
   font-family: Arial;
   font-size: 12pt;
	padding: 0;
	margin-top: 0;
   margin-bottom: 0;
   margin-left: 15%;
   margin-right: 15%;
   text-align:left;
}

/*------------------ overlay style --------------------------------------*/
/* the overlayed element */
.apple_overlay {

    /* initially overlay is hidden */
    display:none;

    /* growing background image */
    background-image:url(../images/white.png);

    /*
      width after the growing animation finishes
      height is automatically calculated
      */
    width:640px;

    /* some padding to layout nested elements nicely  */
    padding:35px;

    /* a little styling */
    font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(../images/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:28px;
    width:28px;
}

a:active {
    outline:none;
}

:focus {
    -moz-outline-style:none;
}
    /* use a semi-transparent image for the overlay */
  #overlay {
    background-image:url(../images/white.png);
    /*color:#80CCE6;*/
    color: #000;
    height:450px;
  }
  /* container for external content. uses vertical scrollbar, if needed */
  div.contentWrap {
    height:400px;
    overflow-y:auto;
  }

/*-----------------------------------------------------------------------*/
.addTable  {MARGIN: 0px auto;OVERFLOW: auto; HEIGHT: 298px;border: thin solid #005C7A;}
.headings 
{  
   color:#005C7A;
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold
}

#logincontent
{
   color:#005C7A;
   font-family: Arial;
   font-size: 12pt;
	padding: 0;
	margin-top: 0;
   margin-bottom: 0;
   margin-left: 30%;
   margin-right: 30%;
}

#newtable
{
   color:#005C7A;
   font-family: Arial;
   font-size: 12pt;
	padding: 0;
	margin-top: 0;
   margin-bottom: 0;
   margin-left: 20%;
   margin-right: 5%;
}
#tablecontent2
{
   color:#005C7A;
   font-family: Arial;
   font-size: 12pt;
	padding: 0;
	margin-top: 0;
   margin-bottom: 0;
   margin-left: 0%;
   margin-right: 0%;
   text-align: right;
}
